home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / iso8859_11.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  3KB  |  132 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from '8859-11.TXT' with gencodec.py.
  5.  
  6.     Generated from mapping found in
  7.     ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-11.TXT
  8.  
  9. """
  10. import codecs
  11.  
  12. class Codec(codecs.Codec):
  13.     
  14.     def encode(self, input, errors = 'strict'):
  15.         return codecs.charmap_encode(input, errors, encoding_map)
  16.  
  17.     
  18.     def decode(self, input, errors = 'strict'):
  19.         return codecs.charmap_decode(input, errors, decoding_map)
  20.  
  21.  
  22.  
  23. class StreamWriter(Codec, codecs.StreamWriter):
  24.     pass
  25.  
  26.  
  27. class StreamReader(Codec, codecs.StreamReader):
  28.     pass
  29.  
  30.  
  31. def getregentry():
  32.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  33.  
  34. decoding_map = codecs.make_identity_dict(range(256))
  35. decoding_map.update({
  36.     161: 3585,
  37.     162: 3586,
  38.     163: 3587,
  39.     164: 3588,
  40.     165: 3589,
  41.     166: 3590,
  42.     167: 3591,
  43.     168: 3592,
  44.     169: 3593,
  45.     170: 3594,
  46.     171: 3595,
  47.     172: 3596,
  48.     173: 3597,
  49.     174: 3598,
  50.     175: 3599,
  51.     176: 3600,
  52.     177: 3601,
  53.     178: 3602,
  54.     179: 3603,
  55.     180: 3604,
  56.     181: 3605,
  57.     182: 3606,
  58.     183: 3607,
  59.     184: 3608,
  60.     185: 3609,
  61.     186: 3610,
  62.     187: 3611,
  63.     188: 3612,
  64.     189: 3613,
  65.     190: 3614,
  66.     191: 3615,
  67.     192: 3616,
  68.     193: 3617,
  69.     194: 3618,
  70.     195: 3619,
  71.     196: 3620,
  72.     197: 3621,
  73.     198: 3622,
  74.     199: 3623,
  75.     200: 3624,
  76.     201: 3625,
  77.     202: 3626,
  78.     203: 3627,
  79.     204: 3628,
  80.     205: 3629,
  81.     206: 3630,
  82.     207: 3631,
  83.     208: 3632,
  84.     209: 3633,
  85.     210: 3634,
  86.     211: 3635,
  87.     212: 3636,
  88.     213: 3637,
  89.     214: 3638,
  90.     215: 3639,
  91.     216: 3640,
  92.     217: 3641,
  93.     218: 3642,
  94.     219: None,
  95.     220: None,
  96.     221: None,
  97.     222: None,
  98.     223: 3647,
  99.     224: 3648,
  100.     225: 3649,
  101.     226: 3650,
  102.     227: 3651,
  103.     228: 3652,
  104.     229: 3653,
  105.     230: 3654,
  106.     231: 3655,
  107.     232: 3656,
  108.     233: 3657,
  109.     234: 3658,
  110.     235: 3659,
  111.     236: 3660,
  112.     237: 3661,
  113.     238: 3662,
  114.     239: 3663,
  115.     240: 3664,
  116.     241: 3665,
  117.     242: 3666,
  118.     243: 3667,
  119.     244: 3668,
  120.     245: 3669,
  121.     246: 3670,
  122.     247: 3671,
  123.     248: 3672,
  124.     249: 3673,
  125.     250: 3674,
  126.     251: 3675,
  127.     252: None,
  128.     253: None,
  129.     254: None,
  130.     255: None })
  131. encoding_map = codecs.make_encoding_map(decoding_map)
  132.